add a wizard page to check terms of service
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 17 Feb 2025 10:49:35 +0000 (11:49 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 20 Feb 2025 11:00:54 +0000 (12:00 +0100)
commit88400b1ef753aa691fcc9ce6fe7a774163f2e170
tree35a10534a86ec842c06c788303994cd7b557d692
parent1723fa86a51e42f025aafb192afe215e7176e156
add a wizard page to check terms of service

should enable proper polling while the user check and signs the terms of
service via teh web browser

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/gui/CMakeLists.txt
src/gui/wizard/flow2authcredspage.cpp
src/gui/wizard/owncloudwizard.cpp
src/gui/wizard/owncloudwizard.h
src/gui/wizard/owncloudwizardcommon.h
src/gui/wizard/termsofservicewizardpage.cpp [new file with mode: 0644]
src/gui/wizard/termsofservicewizardpage.h [new file with mode: 0644]
src/gui/wizard/webviewpage.cpp